emsi_containers ~master (2022-04-09T14:40:59.0801963)
Dub
Repo
SList.insertAnywhere
containers
slist
SList
Inserts an item at the front of the list.
Complexity: O(1)
struct
SList
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
alias
insertAnywhere
=
insertFront
Meta
Source
See Implementation
containers
slist
SList
aliases
insert
insertAnywhere
put
constructors
this
destructors
~this
functions
back
clear
empty
front
insertFront
length
moveFront
opOpAssign
opSlice
popFront
remove
postblits
this(this)
Inserts an item at the front of the list.
Complexity: O(1)